Skip to content

chore: Replace docker builder#814

Open
kper wants to merge 12 commits intomasterfrom
feature/replace-docker-builder
Open

chore: Replace docker builder#814
kper wants to merge 12 commits intomasterfrom
feature/replace-docker-builder

Conversation

@kper
Copy link
Contributor

@kper kper commented Mar 14, 2026

We noticed many flaky tests, even though, the compiler builds were successful. We concluded that the issue is the legacy docker builder. However, the testcontainer dependency does not support the newer alternative - buildkit. This PR introduces a new dependency that builds the image with buildkit and then runs the image with testcontainers. Because buildkit supports cached layers at build-time, we can drop the redis cache approach.

@github-actions github-actions bot added the enhancement New feature or request label Mar 14, 2026
@kper kper force-pushed the feature/replace-docker-builder branch 4 times, most recently from 90e7a2f to 6e4f5cf Compare March 17, 2026 14:45
@kper kper force-pushed the feature/replace-docker-builder branch from 15a87da to 1338214 Compare March 17, 2026 21:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant